CommonEvent 117
Name = "スキル：穴掘り2"

  999([117])
  ControlVariables([11, 11, 0, 2, 1, 100])
  ConditionalBranch([1, 11, 0, 30, 2])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["You didn't find anything."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 11, 0, 70, 2])
    ChangeGold([0, 1, 108])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\V[108]G dug up!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 11, 0, 80, 2])
    ControlVariables([10, 10, 0, 1, 108])
    ControlVariables([10, 10, 3, 0, 15])
    ChangeGold([0, 1, 10])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\V[10]G dug up!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 11, 0, 90, 2])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["It looks like there's an item buried here..."])
    CallCommonEvent([33])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 11, 0, 99, 2])
    ShowTextAttributes(["mdg_fc1", 2, 0, 2])
    ShowText(["\\n<Mandragora>......"])
    ShowText([""])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["You dug up a Mandragora!"])
    ConditionalBranch([1, 100, 0, 60, 0])
      ShowTextAttributes(["dog_fc1", 4, 0, 2])
      ShowText(["\\n<Pochi>......"])
      ShowText([""])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Pochi quickly reburies the Mandragora!"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 100, 0, 61, 0])
      ShowTextAttributes(["mimizu_fc1", 2, 0, 2])
      ShowText(["\\n<Mimi>Uh oh!"])
      ShowText([""])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Mimi quickly reburies the Mandragora!"])
      Empty([])

    BranchEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 11, 0, 100, 0])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["You dug up something shiny!"])
    ShowText(["It's a \\ii[32]!"])
    ChangeItems([32, 0, 0, 1])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["You obtain \\ii[32]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
